home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / iv.dir / 00048_preview callback.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  562 b   |  20 lines

  1. on mouseDown
  2.   global givState
  3.   set clik to the clickOn
  4.   HSStatePut("iv", "noHelpScreen", 1)
  5.   set the castNum of sprite clik to the number of cast "preview button down"
  6.   updateStage()
  7.   repeat while the stillDown
  8.     nothing()
  9.   end repeat
  10.   if the mouseCast = the number of cast "preview button down" then
  11.     DisableIdleAnim()
  12.     PlaySoundWait("CLIK2.AIF")
  13.     set the editListPlaybackPtr of givState to 1
  14.     set the castNum of sprite clik to the number of cast "preview button"
  15.     updateStage()
  16.     DVPlay(1, 2)
  17.     EditListPlay(1, #play)
  18.   end if
  19. end
  20.